home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / pprd100 / jd.prn < prev    next >
Encoding:
Text File  |  1996-07-10  |  2.4 KB  |  133 lines

  1.  
  2.  
  3.  
  4. JD(1)                                                       JD(1)
  5.  
  6.  
  7. NAME
  8.        jd - DOS client for Direct protocol mode in PPRD
  9.  
  10. SYNOPSIS
  11.        jd [-Pn] [-Hhost] [-Bportbase] [file]
  12.  
  13. DESCRIPTION
  14.        jd  is a client programs that print files to a PPRD server
  15.        in Direct protocol mode.  The job is sent as  a  TCP  data
  16.        stream  ended by closing the connection.  The advantage of
  17.        this protocol is that the size of the job does not need to
  18.        be known in advance, which could be used to advantage in a
  19.        print redirector. It is more efficient because  there  are
  20.        fewer transactions than in the LPD protocol.
  21.  
  22.        jd  prints the specified file or standard input if none is
  23.        specified.
  24.  
  25. INSTALLATION
  26.        pprd requires:  a network interface card and a  FTP  Soft-
  27.        ware  specification  Packet  Driver  for  it,  and a valid
  28.        WATTCP configuration file, WATTCP.CFG. WATTCP.CFG must  be
  29.        in  the current directory or in the directory where jd.exe
  30.        is installed, or pointed to by the WATTCP_CFG  environment
  31.        variable.
  32.  
  33. OPTIONS
  34.        -Pn    print  to  printer n (0 = LPT1, 1 = LPT2, 2 = LPT3,
  35.               default 0)
  36.  
  37.        -Bp    base of direct protocol ports is p (default 9100)
  38.  
  39.        -Hhost send to host (default printer).
  40.  
  41. CONFIGURATION FILE SETTINGS
  42.        The  following  variables  can  be  assigned  to  in   the
  43.        WATTCP.CFG  file:  PRINTERHOST, PORTBASE, PRINTERNUM. They
  44.        have the same effect as the -H, -B,  and  -P  flags.   The
  45.        command  line  flags  override the configuration file set-
  46.        tings.
  47.  
  48. SEE ALSO (on Unix)
  49.        lpr(1), lpq(1), lpc(8), lpd(8)
  50.  
  51. FILES
  52.        WATTCP.CFG
  53.  
  54. DIAGNOSTICS
  55.        Hopefully self explanatory.
  56.  
  57. COPYRIGHT
  58.        jd is under the GNU Copyright, which allows you to  freely
  59.        distribute  the program provided the sources accompany, or
  60.        are made available on request. See COPYING for details.
  61.  
  62.  
  63.  
  64. DOS network application    15 July 1995                         1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. JD(1)                                                       JD(1)
  71.  
  72.  
  73. AUTHOR
  74.        Ken Yap (ken@syd.dit.csiro.au)
  75.  
  76. DATE
  77.        July 1995
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. DOS network application    15 July 1995                         2
  131.  
  132.  
  133.